Skip to content

meta-qcom:partition: Add persist partition for security function #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jiaxli-QC
Copy link

Add 50MB persist partition to provide a file storage area for QTEE. Currently, the persist partition is only supported on the QLI0.x device.
Qualcomm offers a GPFS (Generic Persistent File System) interface library within QTEE, which enables encrypted file storage and secure data retrieval. QTEE and the persist partition operate independently , so developers do not need to be concerned about the QTEE version.

Add 50MB persist partition to provide a file storage area for QTEE.
Currently, the persist partition is only supported on the QLI0.x
device.
Qualcomm offers a GPFS (Generic Persistent File System) interface
library within QTEE, which enables encrypted file storage and secure
data retrieval. QTEE and the persist partition operate independently
, so developers do not need to be concerned about the QTEE version.

Signed-off-by: Jiaxing Li <[email protected]>
@@ -105,3 +105,8 @@
--partition --lun=4 --name=recoveryinfo --size=4KB --type-guid=7374B391-291C-49FA-ABC2-0463AB5F713F
--partition --lun=4 --name=xbl_logs --size=1024KB --type-guid=F7EECB66-781A-439A-8955-70E12ED4A7A0
--partition --lun=4 --name=last_parti --size=0KB --type-guid=00000000-0000-0000-0000-000000000000

#This is LUN 5 - Protected Read-write LUN
#QCOM development requirement: Ensure all partitions in LUN5 is a multiple of 128k.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ad you are adding a LUN 5, do we need to sync it with QLI 1.x first?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I will do it first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants